home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / dev / c / AsyncIOPPCdev.lha / AsyncIOPPCdev / PPCInclude / powerup / ppcproto / asyncio.h
Encoding:
C/C++ Source or Header  |  2000-07-01  |  491 b   |  25 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef PPCPROTO_ASYNCIO_H
  4. #define PPCPROTO_ASYNCIO_H
  5.  
  6. #include <clib/asyncio_protos.h>
  7.  
  8. #ifdef __GNUC__
  9. #include <powerup/ppcinline/asyncio.h>
  10. #else
  11. #include <pragmas/asyncio_pragmas.h>
  12. #endif /* __GNUC__ */
  13.  
  14. #define ASIO_SHARED_LIB
  15.  
  16. #ifndef __NOLIBBASE__
  17. extern struct Library *
  18. #ifdef __CONSTLIBBASEDECL__
  19. __CONSTLIBBASEDECL__
  20. #endif /* __CONSTLIBBASEDECL__ */
  21. AsyncIOBase;
  22. #endif /* !__NOLIBBASE__ */
  23.  
  24. #endif /* !PPCPROTO_ASYNCIO_H */
  25.